also move compat mode VCPUOP_register_vcpu_info into common code
authorJan Beulich <jbeulich@suse.com>
Mon, 13 May 2013 12:36:06 +0000 (14:36 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 May 2013 12:36:06 +0000 (14:36 +0200)
commit00c1c1f045b2051dde6b3bcb06b9570833859a45
treef70ab7c99cae7dbf6b20a783197d1ab244d952a6
parentd0d7f4de85e70595b5b6a77a1f0105b930ca82bd
also move compat mode VCPUOP_register_vcpu_info into common code

Otherwise, with arch_compat_vcpu_op() calling arch_do_vcpu_op() to
handle it, it results in -ENOSYS after 6ff9e4f7 ("xen: move
VCPUOP_register_vcpu_info to common code") for 32-bit x86 domains.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/x86_64/domain.c
xen/common/compat/domain.c